home *** CD-ROM | disk | FTP | other *** search
- ; =============================================================
- ; M_DAED.MSC Version 1.00
- ; Dwight Illk Woodbury MN
- ; Last Revised: 18 Aug 1986, 09:50
- ; =============================================================
- ;
- ; DAED (Dewar Advanced EDitor 6.03) Pop-Up Menu Configuration
- ;
- Comment ("Configured for DAED")
- Comment ("Using M_DAED V 1.00")
- Comment (' ')
- Comment ('Mouse button assignments:')
- Comment (' LEFT: MAIN MENU')
- Comment (' RIGHT: FILE MENU')
- Comment (' Special Cursor Keys')
-
- ;
- ; Parameters
- ;
- Sensitivity (5, 8) ; (Xinc, Yinc)
- Hysteresis (4, 3) ; (AutoX, AutoY)
- ReverseVideo (Yes) ; Menu is displayed in reverse video
- FixedMenu (Yes) ; Menu is in a fixed position
- MenuCenter (80,0) ; Menu is in upper righthand corner
- EnableBeep (No)
-
- ;
- ; Cursor Definitions
- ;
- ArrowKeys: Cursor
- (
- Left ([a-5])
- Right ([a-6])
- Up ([a-7])
- Down ([a-4])
- )
- ;
- ; Button Definitions
- ;
- LBM: Button (Menu(Main)) ; Left button, Main Menu
- RBF: Button (Menu(File)) ; Right button, File Menu
-
- ;
- ; Menu Definitions
- ;
- Main: Menu
- (
- Title ("Main")
- Item ("Help Menu ", Menu(Help))
- Item ("Line Menu ", Menu(Line))
- Item ("Buffer Menu ", Menu(Buffer))
- Item ("Movement Menu ", Menu(Movement))
- Item ("Replace Menu ", Menu(Replace))
- Item ("Settings Menu ", Menu(Settings))
- Item ("Misc Menu ", Menu(Misc))
- Item ("File Menu ", Menu(File))
- Footer ("DAED")
- )
-
-
- Line: Menu
- (
- Title ("Line")
- Item ("Delete Line F4", Keys([F4]))
- Item ("Undelete Line aF4", Keys([a-F4]))
- Item ("Erase to End of Line", Keys([c-End]))
- Item ("Delete to Tab aF10", Keys([a-F10]))
- Item ("Mark Line(s) F6", Keys([F6]))
- Item ("Unmark Line(s) aF6", Keys([a-F6]))
- Item ("Move to Buffer F5", Keys([F5]))
- Item ("Copy to Buffer F8", Keys([F8]))
- Item ("Copy fm Buffer F7", Keys([F7]))
- Item ("Insert Blank Line F3", Keys([F3]))
- Item ("Duplicate Line aF9", Keys([a-F9]))
- Item ("Join aJ", Keys([a-J]))
- Item ("Split c<Enter>", Keys([c-Enter]))
- Item ("Format Para <Alt>F", Keys([a-F]))
- Item ("Buffer Menu ", Menu(Buffer))
- Item ("Main Menu ", Menu(Main), Button(LBM))
- Footer ("DAED")
- )
-
- Buffer: Menu
- (
- Title ("Buffer")
- Item ("Select Range F6", Keys([F6]))
- Item ("Cancel Range aF6", Keys([a-F6]))
- Item ("Move to Buffer F5", Keys([F5]))
- Item ("Copy to Buffer F8", Keys([F8]))
- Item ("Copy fm Buffer F7", Keys([F7]))
- Item ("Move/Append aF5", Keys([a-F5]))
- Item ("Copy/Append aF8", Keys([a-F8]))
- Item ("Clear Buffer aF7", Keys([a-F7]))
- Item ("Select Buffer 1 a1", Keys([a-1]))
- Item ("Select Buffer 2 a2", Keys([a-2]))
- Item ("Select Buffer 3 a3", Keys([a-3]))
- Item ("Buffer->file <Esc>W", Keys([Esc] "W "))
- Item ("Print Buffer ", Keys([Esc] W [Enter]))
- Item ("Main Menu ", Menu(Main), Button(LBM))
- Footer ("DAED")
- )
-
- Help: Menu
- (
- Title ("Help")
- Item ("DAED Help <Alt>H", Keys([a-H]))
- Item ("Function Key Help ", Keys([a-H]"f"))
- Item ("Exit DAED Help x", Keys(x))
- Item ("Main Menu ", Menu(Main), Button(LBM))
- Item ("NOTE: ")
- Item ("When in DVED Help mode ")
- Item ("selection of any item ")
- Item ("from other menus will ")
- Item ("give help for that item.")
- Footer ("DAED")
- )
-
- Settings: Menu
- (
- Title ("Settings")
- Item ("Set Tab aT", Keys([a-T]))
- Item ("Clear Tab aC", Keys([a-C]))
- Item ("Set Left Margin aL", Keys([a-L]))
- Item ("Set Right Margin aR", Keys([a-R]))
- Item ("Set All Tabs <Esc>T", Keys([Esc] "T "))
- Item ("Toggle Autowrap aA", Keys([a-A]))
- Item ("Main Menu ", Menu(Main), Button(LBM))
- Footer ("DAED")
- )
-
- Movement: Menu
- (
- Title ("Movement")
- Item ("Search Forward ", Keys([Esc] "S "))
- Item ("Search Backward ", Keys([Esc] "B "))
- Item ("Repeat Search <End>", Keys([End]))
- Item ("Top of File ", Keys([Esc] B [Enter]))
- Item ("Bottom of File ", Keys([Esc] S [Enter]))
- Item ("Goto Line # <Esc>N#", Keys([Esc] "N "))
- Item ("Goto Next Line big+", Keys([Plus]))
- Item ("Page Up ", Keys([PgUp]))
- Item ("Page Down ", Keys([PgDn]))
- Item ("Replace Menu ", Menu(Replace), Button(LBM))
- Item ("Buffer Menu ", Menu(Buffer))
- Item ("Main Menu ", Menu(Main), Button(LBM))
- Footer ("DAED")
- )
-
- Replace: Menu
- (
- Title ("Replace")
- Item ("Replace <Esc>R", Keys([Esc] "R "))
- Item ("Global Replace <Esc>G", Keys([Esc] "G "))
- Item ("Find Next or ", Keys([End]))
- Item (" Confirm Change <End>", Keys([End]))
- Item ("Movement Menu ", Menu(Movement), Button(LBM))
- Item ("Main Menu ", Menu(Main), Button(LBM))
- Footer ("DAED")
- )
-
- File: Menu
- (
- Title ("File")
- Item ("Quit & Save aF1", Keys([a-F1]))
- Item ("Abandon Changes aF2", Keys([a-F2]))
- Item ("Merge file <Esc>M" Keys([Esc] "M "))
- Item ("Buffer->file <Esc>W", Keys([Esc] "W "))
- Footer ("DAED")
- )
-
- Misc: Menu
- (
- Item ("Push to DOS aD", Keys([a-D]))
- Item ("Date/Time Stamp aS", Keys([a-S]))
- Item ("Print Page aP", Keys([a-P]))
- Item ("Hex Data Entry ", Keys([Esc] "H "))
- Item ("Delete Word big-", Keys([Minus]))
- Item ("Delete Rest of Text", Keys([Esc] "D " [Enter]))
- Item ("Main Menu ", Menu(Main), Button(LBM))
- Footer ("DAED")
- )
-
- ;
- ; Mouse Definition
- ;
- Mouse
- (
- Left (LBM) ; Left Button: Main Menu
- Right (RBF) ; Right Button: File Menu
- Cursor (ArrowKeys)
- )